home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / training summary.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  4.3 KB  |  100 lines

  1. <!-- training assignments panel -->
  2. <panel title="Summary[COMMENT - training category panel; summary panel title]">
  3.     
  4.     <layout class="arrange_vertical_attachment" alignment="top" offset="0"/>
  5.     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
  6.     <layout class="fit_children_attachment" alignment="vertical,fill" />
  7.     
  8.     <!-- table containing categories -->
  9.     <widget class="table" id="catt" mode="0,fill_rows" layout="-2,-2,-1,-1,70">
  10.         <boolean id="auto_size_rows" value="true" />
  11.         <!--<integer id="row_height" value="40" />-->
  12.         <boolean id="stretch_to_fit_rows" value="true"/>
  13.  
  14.         <record id="default_properties">
  15.             <flags id="spec" value="text"/>
  16.         </record>
  17.  
  18.         <list id="column_display_properties">
  19.             <record>
  20.                 <record id="column_heading">
  21.                     <flags id="alignment" value="left, centre_y"/>
  22.                     <string id="text" value="Training Category[COMMENT - training coaches section; heading for category table]"/>
  23.                 </record>
  24.                 <boolean id="sort_disabled" value="true"/>
  25.             </record>
  26.             <record>
  27.                 <flags id="id" value="nmpl" />
  28.                 <record id="column_heading">
  29.                     <flags id="alignment" value="left, centre_y"/>
  30.                     <string id="text" value="Number Of Players Training[COMMENT - training coaches section; number of players training with this category]"/>
  31.                     <string id="hint" value="The number of players who are training in this category[COMMENT - training coaches section; hint text for number of players training with this category]"/>
  32.                 </record>
  33.                 <boolean id="sort_disabled" value="true"/>
  34.             </record>
  35.             <record>
  36.                 <flags id="id" value="chcn" />
  37.                 <record id="column_heading">
  38.                     <flags id="alignment" value="centre"/>
  39.                     <string id="text" value="Coaches[COMMENT - training coaches section; number of coaches assigned to this category]"/>
  40.                     <string id="hint" value="Number of coaches assigned to this category[COMMENT - training coaches section; hint text for 'Coaches' label]"/>
  41.                 </record>
  42.                 <boolean id="sort_disabled" value="true"/>
  43.             </record>
  44.             <record>
  45.                 <flags id="id" value="wkld" />
  46.                 <record id="column_heading">
  47.                     <flags id="alignment" value="centre"/>
  48.                     <string id="text" value="Workload[COMMENT - training coaches section; the workload that coaches assigned to this category have]"/>
  49.                     <string id="hint" value="The workload of coaches assigned to this category[COMMENT - training coaches section; hint text for 'Workload' label]"/>
  50.                 </record>
  51.                 <boolean id="sort_disabled" value="true"/>
  52.             </record>
  53.             <record>
  54.                 <flags id="id" value="rate" />
  55.                 <record id="column_heading">
  56.                     <flags id="alignment" value="left, centre_y"/>
  57.                     <string id="text" value="Rating[COMMENT - training coaches section; the rating that the assistant manager gives the training in this category]"/>
  58.                     <string id="hint" value="The assistant manager's rating of the coaching in this category[COMMENT - training coaches section; hint text for 'Rating' label]"/>
  59.                 </record>
  60.                 <boolean id="sort_disabled" value="false"/>
  61.             </record>
  62.         </list>
  63.         
  64.         <list id="column_properties">
  65.             <record>
  66.                 <flags id="alignment" value="left,centre_y" />
  67.             </record>
  68.             <record>
  69.                 <flags id="alignment" value="centre" />
  70.             </record>
  71.             <record>
  72.                 <flags id="alignment" value="centre" />
  73.             </record>
  74.             <record>
  75.                 <flags id="alignment" value="centre" />
  76.             </record>
  77.             <record>
  78.                 <flags id="column_alignment" value="centre" />
  79.             </record>
  80.         </list>
  81.  
  82.         <widget class="text" id="stre" row="0" col="0" text="Strength[COMMENT - training category]"/>
  83.  
  84.         <widget class="text" id="quic" row="1" col="0" text="Aerobic[COMMENT - training category]"/>
  85.         
  86.         <widget class="text" id="goal" row="2" col="0" text="Goalkeeping[COMMENT - training category]"/>
  87.         
  88.         <widget class="text" id="tact" row="3" col="0" text="Tactics[COMMENT - training category]"/>
  89.         
  90.         <widget class="text" id="ball" row="4" col="0" text="Ball Control[COMMENT - training category]"/>
  91.  
  92.         <widget class="text" id="defe" row="5" col="0" text="Defending[COMMENT - training category]"/>
  93.  
  94.         <widget class="text" id="atta" row="6" col="0" text="Attacking[COMMENT - training category]"/>
  95.  
  96.         <widget class="text" id="shoo" row="7" col="0" text="Shooting[COMMENT - training category]"/>
  97.  
  98.         <widget class="text" id="setp" row="8" col="0" text="Set Pieces[COMMENT - training category]"/>
  99.     </widget>
  100. </panel>